home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / editor / aspell20.zip / SUGDIALG.DFM / SUGDIALG.txt
Text File  |  1996-01-14  |  3KB  |  137 lines

  1. object SugDialog: TSugDialog
  2.   Left = 670
  3.   Top = 106
  4.   ActiveControl = BtnIgnore
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Suggestions'
  8.   ClientHeight = 151
  9.   ClientWidth = 311
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 40
  20.     Top = 4
  21.     Width = 112
  22.     Height = 16
  23.     Caption = 'Not in Dictionary:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 80
  27.     Top = 32
  28.     Width = 73
  29.     Height = 16
  30.     Caption = 'Change To:'
  31.   end
  32.   object NotWord: TEdit
  33.     Left = 160
  34.     Top = 4
  35.     Width = 149
  36.     Height = 21
  37.     ReadOnly = True
  38.     TabOrder = 0
  39.   end
  40.   object SuggestList: TListBox
  41.     Left = 160
  42.     Top = 52
  43.     Width = 149
  44.     Height = 97
  45.     ItemHeight = 16
  46.     TabOrder = 1
  47.     OnClick = SuggestListClick
  48.     OnDblClick = SuggestListDblClick
  49.   end
  50.   object BtnReplace: TButton
  51.     Left = 0
  52.     Top = 80
  53.     Width = 77
  54.     Height = 21
  55.     Caption = '&Change'
  56.     ModalResult = 101
  57.     TabOrder = 2
  58.     OnClick = BtnReplaceClick
  59.   end
  60.   object BtnIgnore: TButton
  61.     Left = 0
  62.     Top = 56
  63.     Width = 77
  64.     Height = 21
  65.     Caption = '&Ignore'
  66.     ModalResult = 103
  67.     TabOrder = 3
  68.     OnClick = BtnIgnoreClick
  69.   end
  70.   object BtnAdd: TButton
  71.     Left = 0
  72.     Top = 104
  73.     Width = 77
  74.     Height = 21
  75.     Caption = '&Add'
  76.     ModalResult = 102
  77.     TabOrder = 4
  78.     OnClick = BtnAddClick
  79.   end
  80.   object BtnSuggest: TButton
  81.     Left = 80
  82.     Top = 104
  83.     Width = 77
  84.     Height = 21
  85.     Caption = '&Suggest'
  86.     TabOrder = 5
  87.     OnClick = BtnSuggestClick
  88.   end
  89.   object BtnCancel: TButton
  90.     Left = 0
  91.     Top = 128
  92.     Width = 77
  93.     Height = 21
  94.     Caption = 'Cancel'
  95.     ModalResult = 100
  96.     TabOrder = 6
  97.     OnClick = BtnCancelClick
  98.   end
  99.   object WordEdit: TEdit
  100.     Left = 160
  101.     Top = 28
  102.     Width = 149
  103.     Height = 21
  104.     TabOrder = 7
  105.     OnKeyPress = WordEditKeyPress
  106.   end
  107.   object BtnIgnoreAll: TButton
  108.     Left = 80
  109.     Top = 56
  110.     Width = 77
  111.     Height = 21
  112.     Caption = 'I&gnore All'
  113.     ModalResult = 103
  114.     TabOrder = 8
  115.     OnClick = BtnIgnoreAllClick
  116.   end
  117.   object BtnChangeAll: TButton
  118.     Left = 80
  119.     Top = 80
  120.     Width = 77
  121.     Height = 21
  122.     Caption = 'Change Al&l'
  123.     ModalResult = 101
  124.     TabOrder = 9
  125.     OnClick = BtnChangeAllClick
  126.   end
  127.   object BtnPhoneme: TButton
  128.     Left = 80
  129.     Top = 128
  130.     Width = 77
  131.     Height = 21
  132.     Caption = '&Phoneme'
  133.     TabOrder = 10
  134.     OnClick = BtnPhonemeClick
  135.   end
  136. end
  137.